home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p5-8 / 00291_Script_291 < prev    next >
Text File  |  1994-05-19  |  395b  |  23 lines

  1. -- P7S1 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 1
  5.   set NumFrames = 10
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,2)
  9.   setAppearTime (1,2*60)
  10.   setAppearTime (2,3*60)
  11.   
  12.   global theGauge
  13.   mSetLevel(theGauge, Step)
  14.   
  15.   global LastQT
  16.   set LastQT = "P7S01"
  17.   cursor 4
  18.   preLoadCast the number of cast LastQT 
  19.   
  20.   setUpFastFwd()
  21.   cursor -1
  22. end
  23.